IPropData
: IMAPIProp
The IPropData
interface provides the ability to retrieve and change the access for an
object s properties. It is implemented by MAPI and used primarily by service
providers that access this implementation by calling the API function, CreateIProp
For more
information about access levels on objects and properties, see Permissions
for Objects and Properties
Quick Info
Header
file: |
MAPIUTIL.H |
Exposed by: |
Property
data object |
Implemented
by: |
MAPI |
Called by: |
Service
providers and client applications |
Corresponding
pointer type: |
LPPROPDATA |
Transaction
model: |
Non-transacted |
Vtable Order
HrSetObjAccess |
Sets the
access level for the object. |
HrSetPropAccess |
Sets the
access level and status for one or more of the object s properties. |
HrGetPropAccess |
Retrieves
the access level and status for one or more of the object s properties. |
HrAddObjProps |
Adds one or
more properties that are of type PT_OBJECT to the object. |